conversion routine meaning in Chinese
转换程序
转换子程序
Examples
- Is the conversion routine that corresponds to the type that was returned from
返回的类型的转换例程。例如,从 - The jdbc driver uses the java virtual machine conversion routines to perform these conversions
Jdbc驱动程序将使用java虚拟机( jvm )转换例程执行这些转换。 - If a different date format is desired , the programmer has to provide the conversion routines explicitly , using the callbacks
如果希望使用不同的日期格式,那么程序员就不得不使用 - The character data that is sent from the database server to the client is converted using java s built - in character converters , such as the sun . io . conversion routines
从数据库服务器发送给客户端的字符数据是使用诸如sun . io . *转换例程的java的内置字符转换器( converter )进行转换的。 - Because rewriting a legacy application is seldom an option , you need a conversion routine that will convert unicode characters into a set that is acceptable to the application - for example converting " into a straight " i " removing the circumflex
因为很少有可能重写遗留系统,就需要某种转换例程将unicode字符转化成应用程序能够接受的字符集,比如将“ ”转化成直接的“ i ” (去掉抑扬符号) 。